Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiplication/division precedence #1425

Closed
wants to merge 1 commit into from
Closed

Conversation

7h3kk1d
Copy link
Contributor

@7h3kk1d 7h3kk1d commented Dec 2, 2024

I added a new encoding so we don't have to manually track precedence numbers. I didn't realize precedence was being stored on the tiles in the persisted programs. I'm not sure how we want to handle rolling this out with that or if we want to go back to the older number encoding so we can babysit them more.

I'm also open to other ideas on how to avoid breaking it for everyone.

Before
Screenshot from 2024-12-02 16-47-25
After
Screenshot from 2024-12-02 16-47-31

@7h3kk1d 7h3kk1d requested a review from cyrus- December 2, 2024 21:48
Copy link
Member

@cyrus- cyrus- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regenerate Init.ml

@cyrus-
Copy link
Member

cyrus- commented Dec 4, 2024

@7h3kk1d there are instructions in INSTRUCTORS.md on how to update the exercises after a breaking change to the internal representation

@7h3kk1d 7h3kk1d closed this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants